EntityAttributeInstanceHolder
data class EntityAttributeInstanceHolder(val attributeId: Identifier, val id: Identifier, val amount: Double, val operation: EntityAttributeModifier.Operation) : EntryHandler<ValidatedEntityAttribute.EntityAttributeInstanceHolder>
Deprecated
Scheduled for removal in 0.6.0
A holder of entity attribute and modifier information. This is a class internal to ValidatedEntityAttribute, made public by necessity. In most cases, it's not correct to be directly interacting with this.
It is an EntryHandler for its own type
Author
fzzyhmstrs
Since
0.3.1
Parameters
attributeId
Identifier - the registry id of this holders entity attribute
id
Identifier - id of this holders attribute modifier
amount
Double - value of this holders attribute modifier
operation
Operation - modifier operation of this holders attribute modifier
Constructors
Link copied to clipboard
constructor(attributeId: Identifier, id: Identifier, amount: Double, operation: EntityAttributeModifier.Operation)